home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / server_lost < prev    next >
Encoding:
Text File  |  2001-03-21  |  327 b   |  13 lines

  1. Synopsis:
  2.    on [<modes>]server_lost [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client is disconnected from any server
  6.    for any reason.
  7.  
  8. Parameters:
  9.    $0    server refnum
  10.    $1    server name
  11.    $2-   reason for disconnect. usually the same as your QUIT(1) message
  12.  
  13.